Methods of the TCustomDASQL class.
For a complete list of the TCustomDASQL class members, see the TCustomDASQL Members topic.
Public
Name | Description |
BreakExec |
Breaks execution of an SQL satatement on the server.
|
Execute |
Overloaded.
Executes a SQL statement on the server.
|
Executing |
Checks whether TCustomDASQL still executes a SQL statement.
|
FindMacro |
Finds a macro with the specified name.
|
FindParam |
Finds a parameter with the specified name.
|
MacroByName |
Finds a macro with the specified name.
|
ParamByName |
Finds a parameter with the specified name.
|
Prepare |
Allocates, opens, and parses cursor for a query.
|
UnPrepare |
Frees the resources allocated for a previously prepared query on the server and client sides.
|
WaitExecuting |
Waits until TCustomDASQL executes a SQL statement.
|
See Also